toggle menu
Ktor Boost
common
switch theme
search in API
ktor-boost
/
[root]
/
DownloadedContent
Downloaded
Content
data
class
DownloadedContent
(
val
bytes
:
ByteArray
,
val
statusCode
:
Int
,
val
headers
:
Headers
,
val
contentLength
:
Long
?
,
val
contentType
:
ContentType
?
)
Members
Constructors
Downloaded
Content
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
statusCode
:
Int
,
headers
:
Headers
,
contentLength
:
Long
?
,
contentType
:
ContentType
?
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
content
Length
Link copied to clipboard
val
contentLength
:
Long
?
content
Type
Link copied to clipboard
val
contentType
:
ContentType
?
headers
Link copied to clipboard
val
headers
:
Headers
size
Link copied to clipboard
val
size
:
Int
status
Code
Link copied to clipboard
val
statusCode
:
Int